home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Mail / PopOver.v1.5 / PopOver.app / English.lproj / MessageList.nib / data.classes next >
Text File  |  1995-07-06  |  989b  |  33 lines

  1. CommandKeyWindow = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Window; };
  2. Lister = {
  3.     ACTIONS = {
  4.     "compactMailbox:" = "compactMailbox:"; 
  5.     "deleteSelectedMessages:" = "deleteSelectedMessages:"; 
  6.     "retrieveSelectedMessages:" = "retrieveSelectedMessages:"; 
  7.     }; 
  8.     OUTLETS = {
  9.     clockView = clockView; 
  10.     deleteButton = deleteButton; 
  11.     hostWindow = hostWindow; 
  12.     retrieveButton = retrieveButton; 
  13.     theMatrix = theMatrix; 
  14.     totalsField = totalsField; 
  15.     }; 
  16.     SUPERCLASS = Object; 
  17. };
  18. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  19. MiscClockView = {
  20.     ACTIONS = {
  21.     "setToCurrentTime:" = "setToCurrentTime:"; 
  22.     "startClock:" = "startClock:"; 
  23.     "stopClock:" = "stopClock:"; 
  24.     "takeDateFrom:" = "takeDateFrom:"; 
  25.     "takeHoursFrom:" = "takeHoursFrom:"; 
  26.     "takeMinutesFrom:" = "takeMinutesFrom:"; 
  27.     "takeMonthFrom:" = "takeMonthFrom:"; 
  28.     "takeWeekdayFrom:" = "takeWeekdayFrom:"; 
  29.     }; 
  30.     OUTLETS = {clockbase = clockbase; theImage = theImage; }; 
  31.     SUPERCLASS = View; 
  32. };
  33.